Spread Windows Forms 13.0 Product Documentation
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / FormulaDependentInfos.Cell Structure / Column Field


In This Topic
    Column Field
    In This Topic
    Specifies the column index.
    Syntax
    'Declaration
     
    Public Column As Integer
    'Usage
     
    Dim instance As FormulaDependentInfos.Cell
    Dim value As Integer
     
    value = instance.Column
     
    instance.Column = value
    public int Column
    See Also