Select(IList<CellRange>,Boolean) Method
In This Topic
Syntax
'Declaration
Public Overloads Sub Select( _
ByVal As System.Collections.Generic.IList(Of CellRange), _
ByVal As System.Boolean _
)
public void Select(
System.Collections.Generic.IList<CellRange> ,
System.bool
)
Parameters
- ranges
- show
See Also