IWorkbook
ActiveSheet Property
|
Returns an object that represents the active sheet (the sheet on top)
in the active workbook or in the specified window or workbook. Returns
Nothing if no sheet is active. Read-only.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
IWorksheet ActiveSheet { get; }
ReadOnly Property ActiveSheet As IWorksheet
Get
property IWorksheet^ ActiveSheet {
IWorksheet^ get ();
}
abstract ActiveSheet : IWorksheet with get
Property Value
Type:
IWorksheet
See Also