ActiveReports Developer 7
SetValueBlank Method
See Also 
GrapeCity.ActiveReports.Export.Excel.v7 Assembly > GrapeCity.SpreadBuilder.Cells Namespace > DDCell Class : SetValueBlank Method

Glossary Item Box

Sets the cell's type to DDCellType.Blank and clears any other current value.

Syntax

Visual Basic (Declaration) 
Public Sub SetValueBlank() 
C# 
public void SetValueBlank()

See Also