Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Row Class / Label Property


In This Topic
    Label Property (Row)
    In This Topic
    Gets or sets the header label for this row.
    Syntax
    'Declaration
     
    <DefaultValueAttribute("")>
    Public Property Label As String
    'Usage
     
    Dim instance As Row
    Dim value As String
     
    instance.Label = value
     
    value = instance.Label
    [DefaultValue("")]
    public string Label {get; set;}

    Property Value

    The header label for this row. The default value is an empty string, which means no header label is set for this row.
    See Also