IRange.CreateNames Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Function CreateNames ( _
Top As Object, _
Left As Object, _
Bottom As Object, _
Right As Object _
) As Object
'Usage
Dim instance As IRange
Dim Top As Object
Dim Left As Object
Dim Bottom As Object
Dim Right As Object
Dim returnValue As Object
returnValue = instance.CreateNames(Top, _
Left, Bottom, Right)
Object CreateNames(
Object Top,
Object Left,
Object Bottom,
Object Right
)
Parameters
- Top
Type: System.Object
- Left
Type: System.Object
- Bottom
Type: System.Object
- Right
Type: System.Object
Return Value
Type: System.Object