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


In This Topic
Item Property (SmartPrintRulesCollection)
In This Topic
Gets or sets the rule (SmartPrintRule object) at the specified index.
Syntax
'Declaration
 
Public Default Property Item( _
   ByVal index As Integer _
) As SmartPrintRule
 
'Usage
 
Dim instance As SmartPrintRulesCollection
Dim index As Integer
Dim value As SmartPrintRule
 
instance.Item(index) = value
 
value = instance.Item(index)

Parameters

index
See Also