Cell properties - ParaIdent - Calc API - Error 0x80020006

Hello! I’m try to use cell properties. (this properties is found in OOME 4.0, Macros Explained, from Andrew Pitonyak)

(Code = Autohotkey) oCell.ParaIdent := "100" ; Indent (* 0,01mm)

But it generate an error .: 0x80020006 - Unknown name

Isn’t this properties available in LibreOffice? (only OpenOffice?)

Do I use “ParaIdent” in the wrong way?

Have I forgotten something to use “ParaIdent”?

Is there an example where ParaIdent is used? (No need to be in Autohotkey language)

Was that property mentioned for spreadsheets?

I don’t know, but the description is .: The indentation of the cell’s content (in 0.01 mm) as a Short Integer. (Table 166 in Andew Pitonyak - OOME 4.0 Macros Expained)

Heh, but wasn’t that ParaIndent?