Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SpreadChart Class / SheetName Property


In This Topic
    SheetName Property (SpreadChart)
    In This Topic
    Gets or sets the name of the sheet.
    Syntax
    'Declaration
     
    
    Public Property SheetName As String
    'Usage
     
    
    Dim instance As SpreadChart
    Dim value As String
     
    instance.SheetName = value
     
    value = instance.SheetName
    public string SheetName {get; set;}

    Property Value

    The name of the sheet.
    Remarks
    This property supported for undo/redo action in design-time. Assigning in run-time means nothing.
    See Also