TdxSpreadSheetTableView.IsRowVisible(Integer) Method
Identifies if the specified worksheet row is visible for the Spreadsheet formula engine.
Declaration
function IsRowVisible(const ARow: Integer): Boolean;
Parameters
Name | Type | Description |
---|---|---|
ARow | Integer | The target worksheet row. |
Returns
Type | Description |
---|---|
Boolean |
See Also