DioDocs for Excel
CellDecorationIcon コンストラクタ

DS.Documents.Excel アセンブリ > GrapeCity.Documents.Excel 名前空間 > CellDecorationIcon クラス : CellDecorationIcon コンストラクタ
アイコンの src 文字列。
アイコンの幅(ピクセル単位)。
アイコンの高さ(ピクセル単位)。
アイコンの位置。
CellDecorationIcon クラスの新しいインスタンスを作成します。
シンタックス
'宣言
 
Public Function New( _
   ByVal src As System.String, _
   ByVal width As System.Integer, _
   ByVal height As System.Integer, _
   ByVal position As IconPosition _
)
public CellDecorationIcon( 
   System.string src,
   System.int width,
   System.int height,
   IconPosition position
)

パラメータ

src
アイコンの src 文字列。
width
アイコンの幅(ピクセル単位)。
height
アイコンの高さ(ピクセル単位)。
position
アイコンの位置。
参照

CellDecorationIcon クラス
CellDecorationIcon メンバ