DictRelation.lineTableValue(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the value for the given table line.
public:
virtual int lineTableValue(int _lineNumber);
public virtual int lineTableValue (int _lineNumber);
abstract member lineTableValue : int -> int
override this.lineTableValue : int -> int
Public Overridable Function lineTableValue (_lineNumber As Integer) As Integer
Parameters
- _lineNumber
- Int32
Returns
The value for the table line.