ActivePane Property
Gets or sets index of the active pane.
Syntax
'Declaration Property ActivePane As Integer
'Usage Dim instance As IWorksheet Dim value As Integer instance.ActivePane = value value = instance.ActivePane
int ActivePane {get; set;}
AssemblyVersion
Syncfusion.XlsIO.Base: 16.4460.0.52
See Also