Workbook
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
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public Worksheet ActiveSheet { get; }
Public ReadOnly Property ActiveSheet As Worksheet
Get
public:
property Worksheet^ ActiveSheet {
Worksheet^ get ();
}
member ActiveSheet : Worksheet with get
Property Value
Type:
Worksheet
See Also