Winnovative Excel Library

ExcelRangeBooleanValue Property

Winnovative Excel Library Documentation
Gets or sets the boolean value of the range. Returns false if the range cells don't contain a boolean value or the boolean value is not the same in all the cells. Setting this property has the same effect as setting the Value property with a Boolean value.

Namespace:  Winnovative.ExcelLib
Assembly:  wnvxls (in wnvxls.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax

public bool BooleanValue { get; set; }

Property Value

Type: Boolean
See Also

Reference