Click or drag to resize
TableRangeAddress Property
Gets the range address of the Table. For example:"A1:F5".

Namespace: Aceoffix.ExcelWriter
Assembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntax
public string RangeAddress { get; }

Property Value

Type: String
Remarks
It is the specified RangeAddress when you open the current Table.
See Also