Spread WPF 17
GrapeCity.Excel Namespace / IExcelImage Interface / Name Property


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

    Property Value

    The name.
    See Also