PowerTools SPREAD for ASP.NET 8.0J
GrayAreaCursorType プロパティ

マウスがシートの灰色領域にあるときに表示されるカーソルの種類を取得または設定します。
構文
'Declaration
 
Public Property GrayAreaCursorType As CursorType
public CursorType GrayAreaCursorType {get; set;}
次のサンプルコードは、灰色領域のカーソルを設定します。
FpSpread1.Sheets[0].GrayAreaCursorType = FarPoint.Web.Spread.CursorType.Hand;
FpSpread1.Sheets(0).GrayAreaCursorType = FarPoint.Web.Spread.CursorType.Hand
参照

SheetView クラス
SheetView メンバ

 

 


© 2003-2015, GrapeCity inc. All rights reserved.