Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelShape Class / LineWidthEMU Property


In This Topic
    LineWidthEMU Property (ExcelShape)
    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
    public int LineWidthEMU {get; set;}

    Property Value

    line width in EMU unit
    See Also