Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Description

Excerpt

Returns a rectanglular area of cells from the first (top, left) populated cell to the last (bottom, right) populated cell in the Area. The Area returned will include cells that contain no data but have been formatted.

Signature
C#
C#
 public Area PopulatedCells{ get; }
{signature}{signature:
}
Signature
vb.net
vb.net
Public ReadOnly Property PopulatedCells() As Area
{signature}
{example}{code:csharp|title=C#}
Example
Code Block
csharp
csharp
titleC#

Area populated = a.PopulatedCells;
{code} {code:vbnet|title=
Code Block
vbnet
vbnet
titlevb.net
}

Dim populated As Area = a.PopulatedCells
{code} {example} {scrollbar}
Scrollbar