CompoundType

LineFormat.CompoundType property

Specifica il tipo di riga composta.

public MsoLineStyle CompoundType { get; set; }

Esempi


[C#]
lineFmt.CompoundType = MsoLineStyle.Single;

Guarda anche