Spread Silverlight Documentation
IconDrawingObject Constructor


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
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 System.Integer, _
   ByVal columnIndex As System.Integer, _
   ByVal iconSetType As IconSetType, _
   ByVal indexOfIcon As System.Integer, _
   ByVal showIconOnly As System.Boolean _
)
'Usage
 
Dim rowIndex As System.Integer
Dim columnIndex As System.Integer
Dim iconSetType As IconSetType
Dim indexOfIcon As System.Integer
Dim showIconOnly As System.Boolean
 
Dim instance As New IconDrawingObject(rowIndex, columnIndex, iconSetType, indexOfIcon, showIconOnly)
public IconDrawingObject( 
   System.int rowIndex,
   System.int columnIndex,
   IconSetType iconSetType,
   System.int indexOfIcon,
   System.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

Reference

IconDrawingObject Class
IconDrawingObject Members