CellCollection
Item Property
|
Namespace:
Spire.Doc.Collections
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public TableCell this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As TableCell
Get
public:
property TableCell^ default[int index] {
TableCell^ get (int index);
}
member Item : TableCell with get
Parameters
-
index
-
Type:
System
Int32
Property Value
Type:
TableCell
Return Value
Type:
TableCell
See Also