GetBoolean Method
Returns bool value from the specified row and column.
Syntax
'Usage Dim instance As IWorksheet Dim row As Integer Dim column As Integer Dim value As Boolean value = instance.GetBoolean(row, column)
Parameters
- row
- One-based row index.
- column
- One-based column index.
Return Value
Returns found bool value. If cannot found returns false.
AssemblyVersion
Syncfusion.XlsIO.Base: 16.4460.0.52
See Also