Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelChartShape Class / ZIndex Property


In This Topic
ZIndex Property
In This Topic
Gets or sets Z-index
Syntax
'Declaration
 
Public Property ZIndex As Integer
 
'Usage
 
Dim instance As ExcelChartShape
Dim value As Integer
 
instance.ZIndex = value
 
value = instance.ZIndex
See Also