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