MESCIUS SPREAD for ASP.NET 10.0J
ClearSelection メソッド (ISheetSelectionModel)

選択範囲を削除します。
構文
'Declaration
 
Sub ClearSelection() 
void ClearSelection()
FarPoint.Web.Spread.Model.ISheetSelectionModel iss;
iss = (FarPoint.Web.Spread.Model.ISheetSelectionModel)FpSpread1.ActiveSheetView.SelectionModel;
iss.ClearSelection();
Dim iss As FarPoint.Web.Spread.Model.ISheetSelectionModel
iss = FpSpread1.ActiveSheetView.SelectionModel
iss.ClearSelection()
参照

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

 

 


© MESCIUS inc. All rights reserved.