GrapeCity.Xaml.SpreadSheet.Data
GetLeft Method


The unit of measure.
The value, in dots per inch.
Gets the left inset using the specified unit type.
Syntax
'Declaration
 
Public Function GetLeft( _
   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.GetLeft(unitType, dpi)
public double GetLeft( 
   UnitType unitType,
   int dpi
)

Parameters

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

Return Value

The left inset in the specified unit type.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

Inset Class
Inset Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options