Forums     Knowledge Base     OfficeWriter Online     
 
This documentation is for
OfficeWriter v3.0.4
.NET Platform

View Docs for Another
Version or Platform

Programmer's Reference > ExcelApplication API > Area > PopulatedCells

PopulatedCells Property


C# Signature:

VB.NET Signature:


Description:

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.

PopulatedCells is a read only property.



Examples:

[csharp]
Area populated = a.PopulatedCells;
[vbnet]
Dim populated As Area = a.PopulatedCells


Getter

Signature:

public Area PopulatedCells

Returns:

Area An Area object that represents the populated cells in the Area.



Copyright 2005 © SoftArtisans, Inc. All Rights Reserved.