Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / GraphicFrame Class / Name Property


In This Topic
    Name Property (GraphicFrame)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overrides NotOverridable Property Name As String
    'Usage
     
    
    Dim instance As GraphicFrame
    Dim value As String
     
    instance.Name = value
     
    value = instance.Name
    public override string Name {get; set;}
    See Also