FarPoint.Web.Spread 名前空間 > SheetView クラス : GetDefaultEditor メソッド |
FarPoint.Web.Spread.SheetView sv = FpSpread1.ActiveSheetView; ListBox1.Items.Add(Convert.ToString(sv.GetDefaultEditor())); ListBox1.Items.Add(Convert.ToString(sv.GetDefaultRenderer()));
Dim sv As FarPoint.Web.Spread.SheetView sv = FpSpread1.ActiveSheetView ListBox1.Items.Add(Convert.ToString(sv.GetDefaultEditor())) ListBox1.Items.Add(Convert.ToString(sv.GetDefaultRenderer()))