GrayAreaCursorImageUrl Property
In This Topic
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;}
Property Value
This property is support with IE only.
Example
This example sets the cursor for the gray area.
See Also