Table of Contents

TTMSFNCDataGridFormatRuleScope Enumeration

Defines the set of cells a rule applies to.

API unit family: TMSFNCDataGridConditionalFormatting

Members

Name Description
grsColumn The rule applies to a single column, identified by Column.
grsColumnRange The rule applies to the column range Column..ColumnTo.
grsCellRange The rule applies to the explicit rectangular range given by CellRange.
grsGrid The rule applies to every data cell in the grid.