PowerTools MultiRow for Windows Forms 8.0J
Note プロパティ (Cell)

Cell に関する単一のノートを表示できる CellNote を取得または設定します。
構文
Public Property Note As CellNote
public CellNote Note {get; set;}

プロパティ値

Cell に関連付けられた単一のノートを表す CellNote 値。既定値は null 参照 (Visual Basicでは Nothing) です。
例外
例外解説
System.InvalidOperationException

設計時にプロパティが設定されました。GrapeCity.Win.MultiRow コントロールが null 参照 (Visual Basicでは Nothing) 参照です。

または

新規行のセルにノートが設定されました。

または

すでに他のセルに設定されているノートが設定されました。

解説
CellNote インスタンスを CellNote プロパティに割り当てます。セルの Note の Style プロパティが null 参照 (Visual Basicでは Nothing) の場合、Note の Style は GcMultiRow.DefaultCellNoteStyle プロパティから継承されます。
参照

Cell クラス
Cell メンバ

 

 


© 2008-2015 GrapeCity inc. All rights reserved.