skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • AI Coding Assistants
    • Embedded Reporting
    • Document Processing Libraries
    • SSO Account Sign-in

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • Roadmap
    • Release History
  • Docs & Support
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Interface ISheet

Defines core properties and layout operations for worksheet and chart sheet types within a workbook.

Namespace: Telerik.Windows.Documents.Spreadsheet.Model
Assembly: Telerik.Windows.Documents.Spreadsheet.dll

Syntax

public interface ISheet

Properties

IsLayoutUpdateSuspended

Gets whether layout recalculation is temporarily suspended for batch operations.

Declaration
bool IsLayoutUpdateSuspended { get; }
Property Value
System.Boolean

The value indicating whether the layout update is suspended.

Name

Gets or sets the display name shown on the sheet tab.

Declaration
string Name { get; set; }
Property Value
System.String

The name of the sheet.

Type

Gets the sheet type, distinguishing between worksheet and chart sheet.

Declaration
SheetType Type { get; }
Property Value
SheetType

The type of the sheet.

ViewState

Gets the view-related state including tab color and invalidation status.

Declaration
ISheetViewState ViewState { get; }
Property Value
ISheetViewState

The view state of the sheet.

Visibility

Gets the visibility state controlling whether the sheet is visible, hidden, or very hidden.

Declaration
SheetVisibility Visibility { get; }
Property Value
SheetVisibility

The visibility.

Workbook

Gets the parent workbook containing this sheet.

Declaration
Workbook Workbook { get; }
Property Value
Workbook

The workbook.

Methods

InvalidateLayout()

Marks the layout as needing recalculation and triggers the LayoutInvalidated event.

Declaration
void InvalidateLayout()

ResumeLayoutUpdate()

Resumes automatic layout recalculation after suspension, triggering any pending updates.

Declaration
void ResumeLayoutUpdate()

SuspendLayoutUpdate()

Suspends automatic layout recalculation to improve performance during batch modifications.

Declaration
void SuspendLayoutUpdate()

Events

LayoutInvalidated

Raised when the layout is invalidated and requires recalculation.

Declaration
event EventHandler LayoutInvalidated
Event Type
System.EventHandler

Getting Started
  • Getting Started
Support Resources
  • Documentation
Community
  • Forums
  • Blogs
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.