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