Name |
Description |
AddRow()
|
Adds a row to the worksheet.
|
DeleteRow(Int32)
|
Deletes a row from the worksheet at index.
|
GetEnabled(Int32)
|
Gets the worksheet Enabled property at row index
|
GetEndMode(Int32)
|
|
GetEndStep(Int32)
|
|
GetEnvironment(Int32)
|
|
GetFormulation(Int32)
|
|
GetMultipleSteps(Int32)
|
|
GetObjectiveType(Int32)
|
|
GetStartMode(Int32)
|
|
GetStartStep(Int32)
|
|
GetWeight(Int32)
|
|
SetEnabled(Int32, Boolean)
|
Sets the worksheet Enabled property at row index.
|
SetEndMode(Int32, Int32)
|
|
SetEndStep(Int32, Int32)
|
|
SetEnvironment(Int32, Analysis)
|
|
SetFormulation(Int32, TopoObjectiveFormulation)
|
|
SetMultipleSteps(Int32, Boolean)
|
|
SetObjectiveType(Int32, ObjectiveType)
|
Sets the ObjectiveType property at index.
|
SetStartMode(Int32, Int32)
|
|
SetStartStep(Int32, Int32)
|
|
SetWeight(Int32, Double)
|
|