Class FormattedTableCellRange

FormattedTableCellRange class

The formatted table cell range

public class FormattedTableCellRange

Constructors

NameDescription
FormattedTableCellRange()The default constructor.

Properties

NameDescription
BottomRowIndex { get; set; }The bottom row index
LeftColumnIndex { get; set; }The left column index
RightColumnIndex { get; set; }The right column index
TopRowIndex { get; set; }The top row index

See Also