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

ClearContent Method



Signature:

public void ClearContent ( )

Description:

Clears a cell's content. Calling this method is equivalent to setting a cell's style to "Normal" and its value to null.

Examples:

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



Copyright 2005 © SoftArtisans, Inc. All Rights Reserved.