GrapeCity.Xaml.SpreadSheet.UI
GetFloatingObjectZIndex Method


GrapeCity.Xaml.SpreadSheet.UI Namespace > SheetView Class : GetFloatingObjectZIndex Method
The name.
Gets the index of the floating object Z.
Syntax
'Declaration
 
Public Function GetFloatingObjectZIndex( _
   ByVal name 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 name
)

Parameters

name
The name.
See Also

Reference

SheetView Class
SheetView Members