DocumentTableCollectionCount Property |
Gets the total number of
DocumentTable objects in the collection.
Namespace:
GroupDocs.Assembly.Data
Assembly:
GroupDocs.Assembly (in GroupDocs.Assembly.dll) Version: 21.1
Syntaxpublic int Count { get; }
Public ReadOnly Property Count As Integer
Get
public:
virtual property int Count {
int get () sealed;
}
abstract Count : int with get
override Count : int with get
Property Value
Type:
Int32
See Also