GrapeCity.Documents.Excel Namespace / IRange Interface / Address Property
In This Topic
Address Property (IRange)
In This Topic
Gets a System.String value that represents the range reference in the absolute A1 format.
Syntax
System.string Address {get;}
Remarks
For more address formats, use the GetAddress method.
See Also