Range([RefString])

Returns a range of cells specified by the RefString string. The string must be as follows: "A1:B2" or "A1". If the argument is omitted, the property returns the range (the LayoutTableRange object) including all table cells. Numbers starting from 1 identify rows and Latin letters (A, B, C,..., X, AA, AB, AC,..., AX, BA, BB, BC,...) identify columns.

The LayoutTableRange::StringRepresentation property returns a string representation of existing range object.