Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / CellImageAttribute Class / CellImageAttribute Constructor
A string value indicates the member specified cell inline image data.
A boolean value indicates whether the member is a field. Default value is false.


In This Topic
    CellImageAttribute Constructor
    In This Topic
    Initializes a new instance of the CellImageAttribute class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal member As String, _
       Optional ByVal isField As Boolean _
    )
    'Usage
     
    
    Dim member As String
    Dim isField As Boolean
     
    Dim instance As New CellImageAttribute(member, isField)
    public CellImageAttribute( 
       string member,
       bool isField
    )

    Parameters

    member
    A string value indicates the member specified cell inline image data.
    isField
    A boolean value indicates whether the member is a field. Default value is false.
    See Also