Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelShape Class / LineWidthEMU Property


In This Topic
LineWidthEMU Property
In This Topic
Gets or sets the line in EMU unit.
Syntax
'Declaration
 
Public Property LineWidthEMU As Integer
 
'Usage
 
Dim instance As ExcelShape
Dim value As Integer
 
instance.LineWidthEMU = value
 
value = instance.LineWidthEMU

Property Value

line width in EMU unit
See Also