Spread Silverlight Documentation
Item(Int32) Property


Index of the rule to return.
Gets the rule at the specified index.
Syntax
'Declaration
 
Public Overloads ReadOnly Property Item( _
   ByVal index As System.Integer _
) As FormattingRuleBase
'Usage
 
Dim instance As ConditionalFormat
Dim index As System.Integer
Dim value As FormattingRuleBase
 
value = instance.Item(index)
public FormattingRuleBase Item( 
   System.int index
) {get;}

Parameters

index
Index of the rule to return.

Property Value

The specified rule at the specified index.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

ConditionalFormat Class
ConditionalFormat Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.