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
Syntax
 
 
TableCell this[
	int row,
	int column
] { get; }
 
ReadOnly Default Property Item ( 
	row As Integer,
	column As Integer
) As TableCell
	Get
 
property TableCell^ default[int row, int column] {
	TableCell^ get (int row, int column);
}
 
abstract Item : TableCell with get
 
 
 
Parameters
 
- 
row
 
- 
 Type:
 
System
Int32
 
 
- 
column
 
- 
 Type:
 
System
Int32
 
 
Property Value
 
 Type:
 
TableCell
 
 
 See Also
See Also