Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Printing Namespace / PagePrintInfo Class / WorksheetName Property


In This Topic
    WorksheetName Property
    In This Topic
    Gets or sets the worksheet name.
    Syntax
    'Declaration
     
    
    Public Property WorksheetName As String
    'Usage
     
    
    Dim instance As PagePrintInfo
    Dim value As String
     
    instance.WorksheetName = value
     
    value = instance.WorksheetName
    public string WorksheetName {get; set;}
    See Also