Spread WPF 17
GrapeCity.Excel Namespace / ExcelImage Class / Name Property


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

    Property Value

    The name.
    See Also