FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SmartPrintRulesCollection Class / Count Property


In This Topic
Count Property (SmartPrintRulesCollection)
In This Topic
Gets the number of rules (SmartPrintRule objects) in the collection.
Syntax
'Declaration
 
Public ReadOnly Property Count As Integer
 
'Usage
 
Dim instance As SmartPrintRulesCollection
Dim value As Integer
 
value = instance.Count
See Also