Spread WPF 18
GrapeCity.Spreadsheet Namespace / CellImageAttribute Class / Member Property


In This Topic
    Member Property
    In This Topic
    Gets the member indicating cell inline image data.
    Syntax
    'Declaration
     
    Public ReadOnly Property Member As String
    'Usage
     
    Dim instance As CellImageAttribute
    Dim value As String
     
    value = instance.Member
    public string Member {get;}
    See Also