Gets or sets whether the control tracks the current sheet view state.
Syntax
'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;}
See Also