Spread Silverlight Documentation
GetFloatingObjectZIndex Method


GrapeCity.Windows.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 System.String _
) As System.Integer
'Usage
 
Dim instance As SheetView
Dim name As System.String
Dim value As System.Integer
 
value = instance.GetFloatingObjectZIndex(name)
public System.int GetFloatingObjectZIndex( 
   System.string name
)

Parameters

name
The name.
See Also

Reference

SheetView Class
SheetView Members