'Declaration Public Property IsTrackingViewState As Boolean
'Usage Dim instance As SheetView Dim value As Boolean instance.IsTrackingViewState = value value = instance.IsTrackingViewState
public bool IsTrackingViewState {get; set;}
'Declaration Public Property IsTrackingViewState As Boolean
'Usage Dim instance As SheetView Dim value As Boolean instance.IsTrackingViewState = value value = instance.IsTrackingViewState
public bool IsTrackingViewState {get; set;}
Set this property to true to save the current sheet, including the models to a session state. Setting this property to true also updates the data model when the data is edited.
Set this property to false to prevent an update of the data model when the data is edited and to prevent the current view models being saved. If you set this property to false, you must handle the editing events to account for changes to the data.
Setting this property to false results in much smaller output. Keep this in mind when setting this property.
SheetView Class
SheetView Members
LoadViewState Method
SaveViewState Method