Spread WPF 16
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / Name Property
Example


In This Topic
    Name Property (Worksheet)
    In This Topic
    Gets or sets the name of the sheet.
    Syntax
    'Declaration
     
    <DefaultValueAttribute("")>
    Public Property Name As String
    'Usage
     
    Dim instance As Worksheet
    Dim value As String
     
    instance.Name = value
     
    value = instance.Name
    [DefaultValue("")]
    public string Name {get; set;}

    Property Value

    The name of the sheet.
    Example
    This example sets the Name property and uses it when printing to PDF.
    See Also