Spread Silverlight Documentation
Item(String) Property


The tag for which to retrieve the column index.
Gets the column for the specified tag.
Syntax
'Declaration
 
Public Overloads ReadOnly Property Item( _
   ByVal tag As System.String _
) As Column
'Usage
 
Dim instance As Columns
Dim tag As System.String
Dim value As Column
 
value = instance.Item(tag)
public Column Item( 
   System.string tag
) {get;}

Parameters

tag
The tag for which to retrieve the column 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

Columns Class
Columns Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.