MESCIUS SPREAD for Windows Forms 17.0J
Parent プロパティ (Cells)

このセルのコレクションを含む親オブジェクトを取得します。
構文
'Declaration
 
Public ReadOnly Property Parent As Object
public object Parent {get;}

プロパティ値

親を含む Object
解説

このプロパティが使用できるのは実行時のみです。

親になれるオブジェクトは次のとおりです。

MessageBox.Show(fpSpread1.ActiveSheet.Cells[0, 0].Parent.ToString());
MessageBox.Show(fpSpread1.ActiveSheet.Cells(0, 0).Parent.ToString())
参照

Cells クラス
Cells メンバ

 

 


© MESCIUS inc. All rights reserved.