Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorkbook Interface / Name Property


In This Topic
    Name Property (IWorkbook)
    In This Topic
    Gets or sets the name of this Workbook.
    Syntax
    'Declaration
     
    
    Property Name As String
    'Usage
     
    
    Dim instance As IWorkbook
    Dim value As String
     
    instance.Name = value
     
    value = instance.Name
    string Name {get; set;}

    Property Value

    A string value represents the name of this Workbook.
    See Also