FarPoint.Win.SpreadJ アセンブリ > FarPoint.Win.Spread 名前空間 > Cell クラス : Parent プロパティ |
このプロパティが使用できるのは実行時のみです。
FarPoint.Win.Spread.Cell acell; acell = fpSpread1.ActiveSheet.Cells[0, 0]; listBox1.Items.Add(acell.Parent.ToString());
Dim acell As FarPoint.Win.Spread.Cell acell = FpSpread1.ActiveSheet.Cells(0, 0) ListBox1.Items.Add(acell.Parent.ToString())