Click or drag to resize

XlsConditionalFormats Properties

The XlsConditionalFormats type exposes the following members.

Properties
Name Description
Public property Address
Represents address of cf ranges.
Public property AddressR1C1
Represents address of cf ranges in R1C1 notation.
Public property Capacity
Gets or sets the total number of elements the internal data structure can hold without resizing.
Public property CellRectangles
Gets list of rectangles describing cells with conditional formatting.
Public property Count
Gets the count of items in the collection.
Protected property InnerList
Gets the list of elements in the instance.
(Inherited from CollectionBase T .)
Public property IsEmpty
Indicates whether collection is empty. Read-only.
Public property IsReadOnly
Gets a value indicating whether the collection is read-only.
(Inherited from CollectionBase T .)
Public property Item
Gets the IConditionalFormat for the specified field index.
Protected property List
Gets the list of elements in the instance.
(Inherited from CollectionBase T .)
Public property Parent
Read-oonly. The parent object for the specified object.
(Inherited from CollectionExtended T .)
Top
See Also