'Declaration Public Function IsRowBound( _ ByVal row As System.Integer _ ) As System.Boolean
'Usage Dim instance As Worksheet Dim row As System.Integer Dim value As System.Boolean value = instance.IsRowBound(row)
public System.bool IsRowBound( System.int row )
Parameters
- row
- The row index.
Return Value
true
if the row is bound; otherwise, false
.