AutoPostBack Property (SheetView)
In This Topic
Gets or sets whether a postback to the server automatically occurs when the user interacts with the sheet.
Syntax
'Declaration
Public Property AutoPostBack As Boolean
'Usage
Dim instance As SheetView
Dim value As Boolean
instance.AutoPostBack = value
value = instance.AutoPostBack
public bool AutoPostBack {get; set;}
Property Value
Boolean:
true to specify an automatic postback;
false otherwise
Example
This example specifies that a postback to the server occurs automatically when the user interacts with the sheet.
See Also