Workbook.SelectedWorksheet Property

PicoXLSX

PicoXLSX

WorkbookSelectedWorksheet Property

Gets the selected worksheet. The selected worksheet is not the current worksheet while design time but the selected sheet in the output file

Namespace:  PicoXLSX
Assembly:  PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)
Syntax
C#
public int SelectedWorksheet { get; }

Property Value

Type: Int32
See Also