Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IWorkbook Interface / ActiveSheet Property
In This Topic
    ActiveSheet Property (IWorkbook)
    In This Topic
    Returns an object that represents the active sheet (the sheet on top) in the active workbook or in the specified window or workbook. Returns null if no sheet is active (read-only).
    Syntax
    IWorksheet ActiveSheet {get;}
    See Also