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;}
See Also