GrapeCity.Xaml.SpreadSheet.Data
Label Property (Row)


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.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

Row Class
Row Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options