 | RangeIsTable Property |
Determines whether this range references an entire table.
Namespace: Stingray.GridAssembly: Stingray.GridUtils (in Stingray.GridUtils.dll) Version: [TAG_DECIMAL_VERSION]
Syntaxpublic bool IsTable { get; }
Public ReadOnly Property IsTable As Boolean
Get
public:
property bool IsTable {
bool get ();
}
Property Value
Type:
Booleantrue if this range references an entire table;
false otherwise.
See Also