ExcelRangeBooleanValue Property
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.ExcelLibAssembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
public bool BooleanValue { get; set; }
Public Property BooleanValue As Boolean
Get
Set
public:
property bool BooleanValue {
bool get ();
void set (bool value);
}
member BooleanValue : bool with get, set
Property Value
Boolean