Spread Windows Forms 6.0 Product Documentation
GetDataViewColumnFromModelColumn Method
See Also  Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Data Namespace > DefaultSpreadDataViewMapper Class : GetDataViewColumnFromModelColumn Method


modelColumn
Model column index

Glossary Item Box

Gets the data view column from model column.

Syntax

Visual Basic (Declaration) 
Public Function GetDataViewColumnFromModelColumn( _
   ByVal modelColumn As Integer _
) As Integer
Visual Basic (Usage)Copy Code
Dim instance As DefaultSpreadDataViewMapper
Dim modelColumn As Integer
Dim value As Integer
 
value = instance.GetDataViewColumnFromModelColumn(modelColumn)
C# 
public int GetDataViewColumnFromModelColumn( 
   int modelColumn
)

Parameters

modelColumn
Model column index

Return Value

Integer column index

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.