Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / CellImageAttribute Class / IsField Property


In This Topic
    IsField Property
    In This Topic
    Gets a boolean value indicating whether the member is a field.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsField As Boolean
    'Usage
     
    
    Dim instance As CellImageAttribute
    Dim value As Boolean
     
    value = instance.IsField
    public bool IsField {get;}
    See Also