Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / FormulaDependentInfos.Cell Structure / Column Field


In This Topic
    Column Field (FormulaDependentInfos.Cell)
    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