Spread for ASP.NET 12 Product Documentation
AutoPostBack Property (SheetView)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class : AutoPostBack Property
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

Reference

SheetView Class
SheetView Members