名前 | 解説 | |
---|---|---|
![]() | Cells | Gets a read-only list of all table cells. |
![]() | ColumnCount | Gets the number of columns in the table. |
![]() | ColumnRects | Gets the array of column GrapeCity.Documents.Layout.LayoutRects. |
![]() | DefaultCellStyle | Gets or sets the default CellStyle. |
![]() | Graphics | Gets a GcGraphics used for creating GrapeCity.Documents.Text.TextLayout objects. |
![]() | GridLineColor | Gets or sets the color of grid lines. |
![]() | HorizontalGridLineRects | Gets the array of GrapeCity.Documents.Layout.LayoutRects for horizontal grid lines. |
![]() | Item | Gets a regular table cell at the specified rowIndex and columnIndex.
Background and foreground cells can be obtained with the Cells property. |
![]() | RowCount | Gets the number of rows in the table. |
![]() | RowRects | Gets the array of row GrapeCity.Documents.Layout.LayoutRects. |
![]() | TableFrameStyle | Gets or sets the style of the outer table frame. |
![]() | TableRect | Gets a GrapeCity.Documents.Layout.LayoutRect for the table. |
![]() | VerticalGridLineRects | Gets the array of GrapeCity.Documents.Layout.LayoutRects for vertical grid lines. |