[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SmartPrintRulesCollection

SmartPrintRulesCollection Class

Represents the set of rules that determine how best to print.

Inheritance
SmartPrintRulesCollection
Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
public class SmartPrintRulesCollection : IList, ICollection, IEnumerable
Public Class SmartPrintRulesCollection
    Implements IList, ICollection, IEnumerable

Constructors

Name Description
SmartPrintRulesCollection()

Creates a new SmartPrintRulesCollection.

Properties

Name Description
Count

Gets the number of rules (SmartPrintRule objects) in the collection.

IsFixedSize

Gets whether the collection has a fixed size. (This implementation always returns false.)

IsReadOnly

Gets whether the collection is read-only. (This implementation always returns false.)

IsSynchronized

Gets whether access to the collection is synchronized.

this[int]

Gets or sets the rule (SmartPrintRule object) at the specified index.

SyncRoot

Gets a rule (SmartPrintRule object) to synchronize access to the collection.

Methods

Name Description
Add(SmartPrintRule)

Adds a rule (SmartPrintRule object) to the collection.

Add(object)

Adds a rule (SmartPrintRule object) to the collection.

Clear()

Removes all rules (SmartPrintRule objects) from the collection.

Contains(SmartPrintRule)

Determines whether the collection contains the specified rule (SmartPrintRule object).

Contains(object)

Determines whether the collection contains the specified rule (SmartPrintRule object).

CopyTo(Array, int)

Copies the rules (SmartPrintRule objects) in the collection to the specified array.

CopyTo(ArrayList, int)

Copies the rules (SmartPrintRule objects) in the collection to the specified array list.

GetEnumerator()

Gets an IEnumerator object for enumerating through the rules (SmartPrintRule objects) in the collection.

IndexOf(SmartPrintRule)

Returns the index of the specified rule (SmartPrintRule object).

IndexOf(object)

Returns the index of the specified rule (SmartPrintRule object).

Insert(int, SmartPrintRule)

Inserts a rule (SmartPrintRule object) into the collection at the specified index.

Insert(int, object)

Inserts a rule (SmartPrintRule object) into the collection at the specified index.

Remove(SmartPrintRule)

Removes the specified rule (SmartPrintRule object) from the collection.

Remove(object)

Removes the specified rule (SmartPrintRule object) from the collection.

RemoveAt(int)

Removes a rule (SmartPrintRule object) from the collection at the specified index.