Click or drag to resize

ResultTableGetCol Method

Returns the column number from the element column name. -1 if not found.

Namespace: Seal.Model
Assembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntax
C#
public int GetCol(
	string elementName
)

Parameters

elementName  String
 

Return Value

Int32
See Also