Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / SheetView Class / GetFloatingObjectZIndex Method
The name.


In This Topic
    GetFloatingObjectZIndex Method
    In This Topic
    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