Spread for ASP.NET 12 Product Documentation
GrayAreaCursorImageUrl Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class : GrayAreaCursorImageUrl Property
Gets or sets which ImageUrl of the cursor is displayed when the mouse is on the gray area of the sheet.
Syntax
'Declaration
 
Public Property GrayAreaCursorImageUrl As String
'Usage
 
Dim instance As SheetView
Dim value As String
 
instance.GrayAreaCursorImageUrl = value
 
value = instance.GrayAreaCursorImageUrl
public string GrayAreaCursorImageUrl {get; set;}
See Also

Reference

SheetView Class
SheetView Members