GrapeCity.Xaml.SpreadSheet.Data
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 String _
) As Column
'Usage
 
Dim instance As Columns
Dim tag As String
Dim value As Column
 
value = instance.Item(tag)
public Column Item( 
   string tag
) {get;}

Parameters

tag
The tag for which to retrieve the column index.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

Columns Class
Columns Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options