Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ScrollingContentInfo Class / ColumnIndices Property


In This Topic
    ColumnIndices Property
    In This Topic
    Gets or sets column indices for the vertical scrolling tip.
    Syntax
    'Declaration
     
    
    Public Property ColumnIndices As String
    'Usage
     
    
    Dim instance As ScrollingContentInfo
    Dim value As String
     
    instance.ColumnIndices = value
     
    value = instance.ColumnIndices
    public string ColumnIndices {get; set;}
    See Also