Back to Devexpress

CellRange.HasData Property

officefileapi-devexpress-dot-spreadsheet-dot-cellrange-e27c9ead.md

latest1.2 KB
Original Source

CellRange.HasData Property

Checks whether the current cell range contains data.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
bool HasData { get; }
vb
ReadOnly Property HasData As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

Worksheet.HasData

CellRange.HasFormula

CellRange Interface

CellRange Members

DevExpress.Spreadsheet Namespace