ICheckBoxes.Select Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Function Select ( _
Replace As Object _
) As Object
'Usage
Dim instance As ICheckBoxes
Dim Replace As Object
Dim returnValue As Object
returnValue = instance.Select(Replace)
Object Select(
Object Replace
)
Parameters
- Replace
Type: System.Object
Return Value
Type: System.Object