Spread ASP.NET 16
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Data Namespace / SpreadDataColumn Class / Caption Property


In This Topic
    Caption Property
    In This Topic
    Gets or sets the caption for the column.
    Syntax
    'Declaration
     
    Public Property Caption As String
    'Usage
     
    Dim instance As SpreadDataColumn
    Dim value As String
     
    instance.Caption = value
     
    value = instance.Caption
    public string Caption {get; set;}
    See Also