Spread for ASP.NET 12 Product Documentation
GetColumnIndex Method (FpSpread)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > FpSpread Class : GetColumnIndex Method
Returns the client column index for the specified column.
Syntax
'Declaration
 
Public Function GetColumnIndex( _
   ByVal column As Integer _
) As Integer
'Usage
 
Dim instance As FpSpread
Dim column As Integer
Dim value As Integer
 
value = instance.GetColumnIndex(column)
public int GetColumnIndex( 
   int column
)

Parameters

column
See Also

Reference

FpSpread Class
FpSpread Members