Name | Description |
---|---|
AddRow() | Adds a row to the worksheet. |
DeleteRow(Int32) | Deletes a row from the worksheet at index. |
GetActiveState(Int32) | Gets the Active State property at row index |
GetCoefficient(Int32) | Gets the Coefficient property at row index |
GetEnvironmentId(Int32) | Gets the EnvironmentId property at row index |
GetTime(Int32) | Gets the Time property at row index |
SetActiveState(Int32, Boolean) | Sets the Active State property at row index |
SetCoefficient(Int32, Double) | Sets the Coefficient property at row index. |
SetEnvironmentId(Int32, Int32) | Sets the EnvironmentId property at row index. |
SetTime(Int32, Double) | Sets the Time property at row index. |
Name | Description |
---|---|
RowCount | Gets the number of rows contained in the worksheet. |