Skip to main content

TdxSpreadSheetCustomConditionalFormatting.Owner Property

Provides access to the source of cell data and layouts to which the conditional formatting rules are applied.

Declaration

property Owner: IdxSpreadSheetConditionalFormattingOwner read;

Property Value

Type
IdxSpreadSheetConditionalFormattingOwner

Remarks

You can use this property to access individual data cells and obtain the basic worksheet or Grid View layout information (such as the maximum number of rows and columns). Refer to the IdxSpreadSheetConditionalFormattingOwner interface description for detailed information on available options.

See Also