Excel for WinRT
Name Property (XLSheet)


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

When you open a workbook in Excel, the sheet names appear in the tabs below the work area.

Sheet names can be used as indexers, so they should be unique.

See Also

Reference

XLSheet Class
XLSheet Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback