Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / Camera Class / Name Property


In This Topic
    Name Property (Camera)
    In This Topic
    Gets or sets the name of the defined name.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Name As String
    'Usage
     
    
    Dim instance As Camera
    Dim value As String
     
    value = instance.Name
    public string Name {get;}

    Property Value

    The string value represents name of the defined name.
    See Also