GrapeCity.Xaml.SpreadSheet.Data
ZIndex Property


GrapeCity.Xaml.SpreadSheet.Data Namespace > FloatingObject Class : ZIndex Property
Gets or sets the z-index of this floating object.
Syntax
'Declaration
 
Public Property ZIndex As Integer
'Usage
 
Dim instance As FloatingObject
Dim value As Integer
 
instance.ZIndex = value
 
value = instance.ZIndex
public int ZIndex {get; set;}
See Also

Reference

FloatingObject Class
FloatingObject Members