ListObjectDataRange Property |
Gets the data range of the ListObject.
Namespace:
Aspose.Cells.Tables
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic Range DataRange { get; }
Public ReadOnly Property DataRange As Range
Get
public:
property Range^ DataRange {
Range^ get ();
}
member DataRange : Range with get
Property Value
Type:
Range
See Also