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 > ClearContent

ClearContent Method



Signature:

public void ClearContent ( )

Description:

Clears the content of all cells in the area. Calling this method is equivalent to setting an area's style to "Normal" and its cell values to null.

Examples:

[csharp]
a.ClearContent();
[vbnet]
a.ClearContent()



Copyright 2005 © SoftArtisans, Inc. All Rights Reserved.