AcadTableRowCount Property
|
Row count (optional; default = 1)
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.12.2
Syntaxpublic int RowCount { get; set; }
Public Property RowCount As Integer
Get
Set
public:
property int RowCount {
int get ();
void set (int value);
}
member RowCount : int with get, set
PROPERTY RowCount AS LONG GET SET
Property Value
Type:
Int32
See Also