IWorksheet#

class ansys.mechanical.stubs.v251.Ansys.ACT.Interfaces.Common.IWorksheet#

Bases: object

Defines a worksheets information.

Overview#

AddRow

Adds a row to the worksheet.

DeleteRow

Deletes a row from the worksheet at index.

RowCount

Gets the number of rows contained in the worksheet.

Property detail#

property IWorksheet.RowCount: int | None#

Gets the number of rows contained in the worksheet.

Method detail#

IWorksheet.AddRow() int#

Adds a row to the worksheet.

IWorksheet.DeleteRow(index: int) None#

Deletes a row from the worksheet at index.