| 
TypedSortedListEx
 TKey
,
 TValue
Count Property
  | 
 FontSize of the collection. Read-only.
 Namespace:
 Spire.Doc.Collections
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public virtual int Count { get; }
 
Public Overridable ReadOnly Property Count As Integer
	Get
 
public:
virtual property int Count {
	int get ();
}
 
abstract Count : int with get
override Count : int with get
 
 
 
Property Value
 
 Type:
 
Int32
 
Implements
 
ICollection
T
Count
 
ICollection
Count
 
 
 See Also
See Also