Spread WPF 18
GrapeCity.Spreadsheet.Drawing Namespace / IThreeDFormat Interface / Z Property


In This Topic
    Z Property (IThreeDFormat)
    In This Topic
    Gets the Z order of the specified IThreeDFormat object.
    Syntax
    'Declaration
     
    ReadOnly Property Z As Double
    'Usage
     
    Dim instance As IThreeDFormat
    Dim value As Double
     
    value = instance.Z
    double Z {get;}
    See Also