Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / SheetName Property


In This Topic
    SheetName Property (SheetView)
    In This Topic
    Gets or sets the name of the sheet.
    Syntax
    'Declaration
     
    
    Public Property SheetName As String
    'Usage
     
    
    Dim instance As SheetView
    Dim value As String
     
    instance.SheetName = value
     
    value = instance.SheetName
    public string SheetName {get; set;}
    Exceptions
    ExceptionDescription
    A sheet name must be 31 or fewer characters, not blanks and cannot contain the characters []*?/\
    See Also