Daniel09Fernandes / DinosOffice

Compontent delphi for OpenOffice/LibreOffice
MIT License
70 stars 17 forks source link

Include the setCellWidth #29 #30

Closed Daniel09Fernandes closed 1 year ago

Daniel09Fernandes commented 1 year ago

Use the setCell Width to modify the cell width, to modify the height, use the Wrapped property that is in the SetValue function.

function SetValue(aCellNumber: integer; const aCollName: string; aValue: variant; TypeValue: TTypeValue = ftString; Wrapped: boolean = false): TOpenOffice_calc;