Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ExternalVariable Class / Column Property


In This Topic
    Column Property (ExternalVariable)
    In This Topic
    Gets the context column for evaluating.
    Syntax
    'Declaration
     
    
    Protected Overridable ReadOnly Property Column As Integer
    'Usage
     
    
    Dim instance As ExternalVariable
    Dim value As Integer
     
    value = instance.Column
    protected virtual int Column {get;}
    See Also