Link Search Menu Expand Document

RowIsNotEmptyCells Property

Gets a bool value indicating that the row contains only empty cells or not

Namespace:Bytescout.Spreadsheet
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
public bool IsNotEmptyCells { get; }

Property Value

Type: Boolean
true if this row contains not empty cells; otherwise, false.

Implements

IRowIsNotEmptyCells
See Also

Reference