| Name |
Description |
| BorderCurve |
Returns a cell border curve |
| Borders |
Returns the border properties of the cell |
| BottomMargin |
Specifies the bottom text margin of the cell |
| CellAbove |
Returns the cell above the current cell |
| CellBelow |
Returns the cell below the current cell |
| CellToLeft |
Returns the cell to the left of the current cell |
| CellToRight |
Returns the cell to the right of the current cell |
| Column |
Returns the column the current cell belongs to |
| ColumnIndex |
Returns the index of the column the current cell belongs to |
| ColumnSpan |
Returns the number of columns the cell spans across |
| EqualMargins |
Returns True if all four text margins of the cell are the same |
| Fill |
Returns the fill of the cell |
| Height |
Returns the height of the cell |
| LeftMargin |
Specifies the left text margin of the cell |
| Merged |
Determines if the cell is merged with another cell |
| RightMargin |
Specifies the right text margin of the cell |
| Row |
Returns the row the current cell belongs to |
| RowIndex |
Returns the index of the row the current cell belongs to |
| RowSpan |
Returns the number of rows the cell spans across |
| Selected |
Determines if the cell is selected |
| Shapes |
Returns all the shapes placed inside the cell |
| SpanningCell |
Get the merged cell that overlaps the current (invisible) cell |
| TextShape |
Returns the cell text shape |
| TopMargin |
Specifies the top text margin of the cell |
| Visible |
Determines if the cell is visible (not overlapped by a merged cell) |
| Width |
Returns the width of the cell |