GrapeCity.Xaml.Excel
Name Property (ExcelWorksheet)


Gets or sets the name of the ExcelWorksheet.
Syntax
'Declaration
 
Public Property Name As String
'Usage
 
Dim instance As ExcelWorksheet
Dim value As String
 
instance.Name = value
 
value = instance.Name
public string Name {get; set;}

Property Value

The name of the ExcelWorksheet instance The default is a null reference (Nothing in Visual Basic).
Remarks
The component will not check whether the name is valid or invalid, make sure pass a valid name to it.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

ExcelWorksheet Class
ExcelWorksheet Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options