Click or drag to resize

Table Item Property

Get table cell by row and column indexes.

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public TableCell this[
	int row,
	int column
] { get; }

Parameters

row
Type: System Int32
column
Type: System Int32

Property Value

Type: TableCell

Implements

ITable Item Int32, Int32
See Also