lines property

lines property

Represents an estimate of the number of lines in the document.

Remarks

Aspose.Cells does not update this property when you modify the document.

Definition:

@property
def lines(self):
    ...
@lines.setter
def lines(self, value):
    ...

See Also