Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Inset Class / GetTop Method
The unit of measure.
The value, in dots per inch.


In This Topic
    GetTop Method
    In This Topic
    Gets the top inset using the specified unit type.
    Syntax
    'Declaration
     
    Public Function GetTop( _
       ByVal unitType As UnitType, _
       ByVal dpi As Integer _
    ) As Double
    'Usage
     
    Dim instance As Inset
    Dim unitType As UnitType
    Dim dpi As Integer
    Dim value As Double
     
    value = instance.GetTop(unitType, dpi)
    public double GetTop( 
       UnitType unitType,
       int dpi
    )

    Parameters

    unitType
    The unit of measure.
    dpi
    The value, in dots per inch.

    Return Value

    The top inset in the specified unit type.
    See Also