GrapeCity.Xaml.SpreadSheet.Data
ResetLabel Method (Column)
Example 


Resets the label for the column and causes the column to use the automatic text.
Syntax
'Declaration
 
Public Sub ResetLabel() 
'Usage
 
Dim instance As Column
 
instance.ResetLabel()
public void ResetLabel()
Example
This example uses the ResetLabel method.
GcSpreadSheet1.ActiveSheet.Columns[0].Label = "Column Label";
//GcSpreadSheet1.ActiveSheet.Columns[0].ResetLabel();
GcSpreadSheet1.ActiveSheet.Columns(0).Label = "Column Label"
'GcSpreadSheet1.ActiveSheet.Columns(0).ResetLabel()
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

Column Class
Column Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options