ActiveReports Developer 7
SetValue(BiffCellBoolErrValues) Method
See Also 
GrapeCity.ActiveReports.Export.Excel.v7 Assembly > GrapeCity.SpreadBuilder.Cells Namespace > DDCell Class > SetValue Method : SetValue(BiffCellBoolErrValues) Method

boolerrValue
A BiffCellBoolErrValues enumeration value.

Glossary Item Box

Sets the cell's type to DDCellType.Boolean, and sets its value to the specified BiffCellBoolErrValues enumeration.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub SetValue( _
   ByVal boolerrValue As BiffCellBoolErrValues _
) 
C# 
public void SetValue( 
   BiffCellBoolErrValues boolerrValue
)

Parameters

boolerrValue
A BiffCellBoolErrValues enumeration value.

See Also