'Declaration Public Property GrayAreaCursorType As CursorType
'Usage Dim instance As SheetView Dim value As CursorType instance.GrayAreaCursorType = value value = instance.GrayAreaCursorType
public CursorType GrayAreaCursorType {get; set;}
'Declaration Public Property GrayAreaCursorType As CursorType
'Usage Dim instance As SheetView Dim value As CursorType instance.GrayAreaCursorType = value value = instance.GrayAreaCursorType
public CursorType GrayAreaCursorType {get; set;}
FpSpread1.Sheets[0].GrayAreaCursorType = FarPoint.Web.Spread.CursorType.Hand;
FpSpread1.Sheets(0).GrayAreaCursorType = FarPoint.Web.Spread.CursorType.Hand