Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / DataValidations Class / XWindow Property


In This Topic
XWindow Property
In This Topic
Gets or sets the x-coordinate, relative to the application window, of the upper-left corner of the data validation input prompt, measured in pixels.
Syntax
'Declaration
 
Public Property XWindow As Integer
 
'Usage
 
Dim instance As DataValidations
Dim value As Integer
 
instance.XWindow = value
 
value = instance.XWindow
See Also