Gets the index of the floating object Z.
Syntax
'Declaration
Public Function GetFloatingObjectZIndex( _
ByVal As String _
) As Integer
'Usage
Dim instance As SheetView
Dim name As String
Dim value As Integer
value = instance.GetFloatingObjectZIndex(name)
public int GetFloatingObjectZIndex(
string
)
Parameters
- name
- The name.
See Also