Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / IconDrawingObject Class / IconDrawingObject Constructor
The row index.
The column index.
The icon set type.
The index of the icon collection.
trueShow bar only; otherwise, false


In This Topic
    IconDrawingObject Constructor
    In This Topic
    Constructs an icon object with the specified row index, column index, icon set type, icon collection index, and icon or icon and data.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal rowIndex As Integer, _
       ByVal columnIndex As Integer, _
       ByVal iconSetType As IconSetType, _
       ByVal indexOfIcon As Integer, _
       ByVal showIconOnly As Boolean _
    )
    'Usage
     
    Dim rowIndex As Integer
    Dim columnIndex As Integer
    Dim iconSetType As IconSetType
    Dim indexOfIcon As Integer
    Dim showIconOnly As Boolean
     
    Dim instance As New IconDrawingObject(rowIndex, columnIndex, iconSetType, indexOfIcon, showIconOnly)
    public IconDrawingObject( 
       int rowIndex,
       int columnIndex,
       IconSetType iconSetType,
       int indexOfIcon,
       bool showIconOnly
    )

    Parameters

    rowIndex
    The row index.
    columnIndex
    The column index.
    iconSetType
    The icon set type.
    indexOfIcon
    The index of the icon collection.
    showIconOnly
    trueShow bar only; otherwise, false
    See Also