Namespace: Spire.Doc.Interface
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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
Int32
column
Int32

Property Value

TableCell

See Also