BeginUpdate
|
Disables repainting of the worksheet or Grid View until the EndUpdate procedure is called.
|
EndUpdate
|
Enables repainting of the worksheet or Grid View after calling the BeginUpdate procedure.
|
ForEachCell(TRect,TdxSpreadSheetViewForEachCellProc,Boolean)
|
|
GetCellData(Integer,Integer)
|
|
GetCellStyles
|
Returns all ExpressSpreadSheet-compatible cell styles used in a worksheet or Grid View to which conditional formatting rules are applied.
|
GetFormulaController
|
Returns the formula controller that handles all conditional formatting expressions.
|
GetMaxColumnIndex
|
Returns the maximum index of a column in a worksheet or Grid View.
|
GetMaxRowIndex
|
Returns the maximum index of a row in a worksheet or Grid View.
|
GetNextColumnWithNonEmptyCell(Integer,Integer,Boolean)
|
|
GetNextRowWithNonEmptyCell(Integer,Integer,Boolean)
|
|
GetSelectionArea
|
Returns a single selected cell range in a worksheet or Grid View.
|
IsRightToLeft
|
Identifies if the control that uses conditional formatting rules has a right-to-left layout.
|
IsRowVisible(Integer)
|
|
SetCellData(Integer,Integer,Variant,TdxSpreadSheetFormulaErrorCode)
|
|