Click or drag to resize

ITable Item Property

Gets cell by row/column indexes.

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

Parameters

row
Type: System Int32
column
Type: System Int32

Property Value

Type: TableCell
See Also