Spread for ASP.NET 12 Product Documentation
GetDataColumnFromModelColumn Method (DefaultSheetDataModel)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Model Namespace > DefaultSheetDataModel Class : GetDataColumnFromModelColumn Method
Index of the column in the model
Gets the data source column index for the specified column in the model.
Syntax
'Declaration
 
Public Function GetDataColumnFromModelColumn( _
   ByVal column As Integer _
) As Integer
'Usage
 
Dim instance As DefaultSheetDataModel
Dim column As Integer
Dim value As Integer
 
value = instance.GetDataColumnFromModelColumn(column)
public int GetDataColumnFromModelColumn( 
   int column
)

Parameters

column
Index of the column in the model
See Also

Reference

DefaultSheetDataModel Class
DefaultSheetDataModel Members