Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellInfoRange Class / ColumnHeader Property


In This Topic
    ColumnHeader Property (CellInfoRange)
    In This Topic
    Gets or sets the column header for the the cell information.
    Syntax
    'Declaration
     
    
    Public Property ColumnHeader As CellInfoRange
    'Usage
     
    
    Dim instance As CellInfoRange
    Dim value As CellInfoRange
     
    instance.ColumnHeader = value
     
    value = instance.ColumnHeader
    public CellInfoRange ColumnHeader {get; set;}
    See Also