Class: ObjectiveWorksheet

Implemented types

Methods

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) Gets the worksheet End Step property at index.
GetEnvironment(Int32)
GetFormulation(Int32) Gets the worksheet Formulation property at index.
GetMode(Int32)
GetMultipleSets(Int32) Gets the worksheet Multiple Sets property at row index
GetObjectiveType(Int32) Gets the Objective Type property at index.
GetStartMode(Int32) Gets the worksheet Start Mode property at index.
GetStartStep(Int32) Gets the worksheet Start Step property at index.
GetStep(Int32)
GetWeight(Int32) Gets the worksheet Weight property at index.
SetEnabled(Int32, Boolean) Sets the worksheet Enabled property at row index.
SetEndMode(Int32, Int32) Sets the worksheet End Mode property at index.
SetEndStep(Int32, Int32) Sets the worksheet End Step property at index.
SetEnvironment(Int32, Analysis)
SetFormulation(Int32, TopoObjectiveFormulation) Sets the worksheet Formulation property at index.
SetMode(Int32, Int32)
SetMultipleSets(Int32, Boolean) Sets the worksheet Multiple Sets property at row index.
SetObjectiveType(Int32, ObjectiveType) Sets the ObjectiveType property at index.
SetStartMode(Int32, Int32) Sets the worksheet Start Mode property at index.
SetStartStep(Int32, Int32) Sets the worksheet Start Step property at index.
SetStep(Int32, Int32)
SetWeight(Int32, Double) Sets the worksheet Weight property at index.

Properties

Name Description
RowCount Gets the number of rows contained in the worksheet.