IsEmpty

WorksheetRange.IsEmpty property

Gets a value that indicates whether the range is empty.

public bool IsEmpty { get; }

Return Value

true if the range is empty; otherwise, false.

See Also