[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Expressions.NameNode.WorksheetName

WorksheetName Property

WorksheetName

Gets or sets the worksheet of the name.

This property stores the starting worksheet name for a worksheet-scoped or 3D name.

Declaration
public string WorksheetName { get; set; }
Public Property WorksheetName As String
Examples
NameNode nameNode = new NameNode("SalesTotal", "Sheet1", "Sheet3");
nameNode.WorksheetName = "Sheet2";
string worksheetName = nameNode.WorksheetName;