MESCIUS SPREAD for Windows Forms 15.0J
ExcelSetCellNote メソッド

シートインデックス
行インデックス
列インデックス
スティッキーノートかどうか
ノートのテキスト
CELL NOTE - Excel Biffレコード。指定したオプションを使用して、指定した位置のセルノートを設定します。
構文
'宣言
 
Function ExcelSetCellNote( _
   ByVal sheet As Short, _
   ByVal row As Integer, _
   ByVal col As Integer, _
   ByVal stickyNote As Boolean, _
   ByVal note As String _
) As Boolean
bool ExcelSetCellNote( 
   short sheet,
   int row,
   int col,
   bool stickyNote,
   string note
)

パラメータ

sheet
シートインデックス
row
行インデックス
col
列インデックス
stickyNote
スティッキーノートかどうか
note
ノートのテキスト
参照

IExcelBiffRead インターフェース
IExcelBiffRead メンバ

 

 


© MESCIUS inc. All rights reserved.