TableRangeAddress Property |
Gets the range address of the Table. For example:"A1:F5".
Namespace: Aceoffix.ExcelWriterAssembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntaxpublic string RangeAddress { get; }
Public ReadOnly Property RangeAddress As String
Get
Property Value
Type:
String
RemarksIt is the specified RangeAddress when you open the current Table.
See Also