CellCollection Constructor
|
Namespace:
Spire.Doc.Collections
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public CellCollection(
TableRow owner
)
Public Sub New (
owner As TableRow
)
public:
CellCollection(
TableRow^ owner
)
new :
owner : TableRow -> CellCollection
Parameters
-
owner
-
Type:
Spire.Doc
TableRow
The owner.
See Also