Skip to main content
All docs
V25.1
  • Row

    Worksheet.HasData Property

    Checks whether the current worksheet contains data.

    Namespace: DevExpress.Spreadsheet

    Assembly: DevExpress.Spreadsheet.v25.1.Core.dll

    NuGet Package: DevExpress.Spreadsheet.Core

    Declaration

    bool HasData { get; }

    Property Value

    Type Description
    Boolean

    true, if any cell in the current worksheet contains a value or formula; otherwise, false.

    See Also