ObjectiveWorksheet

No details are provided for this entry.

Declaration Syntax

public class ObjectiveWorksheet : Worksheet

Table 297: Members

Property

RowCount

Deletes a row from the worksheet at index.

Method

AddRow()

Adds a Row to the worksheet.

Method

DeleteRow(int)

Deletes a row from the worksheet at index.

Method

GetCriterion(int)

Gets the worksheet Environment property at index.

Method

GetEnabled(int)

Gets the worksheet Enabled property at row index

Method

GetEndMode(int)

Gets the worksheet End Mode property at index.

Method

GetEndStep(int)

Gets the worksheet End Step property at index.

Method

GetEnvironment(int)

Gets the worksheet Environment property at index.

Method

GetFormulation(int)

Gets the worksheet Formulation property at index.

Method

GetMode(int)

Gets the worksheet Mode property at index.

Method

GetMultipleSets(int)

Gets the worksheet Multiple Sets property at row index

Method

GetObjectiveType(int)

Gets the Objective Type property at index.

Method

GetStartMode(int)

Gets the worksheet Start Mode property at index.

Method

GetStartStep(int)

Gets the worksheet Start Step property at index.

Method

GetStep(int)

Gets the worksheet Step property at index.

Method

GetWeight(int)

Gets the worksheet Weight property at index.

Method

SetCriterion(int, Criterion)

Sets the worksheet Environment property at index.

Method

SetEnabled(int, bool)

Sets the worksheet Enabled property at row index.

Method

SetEndMode(int, int)

Sets the worksheet End Mode property at index.

Method

SetEndStep(int, int)

Sets the worksheet End Step property at index.

Method

SetEnvironment(int, Analysis)

Sets the worksheet Environment property at index.

Method

SetFormulation(int, TopoObjectiveFormulation)

Sets the worksheet Formulation property at index.

Method

SetMode(int, int)

Sets the worksheet Mode property at index.

Method

SetMultipleSets(int, bool)

Sets the worksheet Multiple Sets property at row index.

Method

SetObjectiveType(int, ObjectiveType)

Sets the ObjectiveType property at index.

Method

SetStartMode(int, int)

Sets the worksheet Start Mode property at index.

Method

SetStartStep(int, int)

Sets the worksheet Start Step property at index.

Method

SetStep(int, int)

Sets the worksheet Step property at index.

Method

SetWeight(int, double)

Sets the worksheet Weight property at index.