ColumnToSearch Class
Class defining the table column in which to search.
C# Syntax
public class ColumnToSearch
Remarks
Usage example:
var columnToSearch = ColumnToSearch.ByIndex(5);
var columnToSearch = ColumnToSearch.ByHeader("header2", 1);
System.Object
HP.LFT.SDK.Web.ColumnToSearch
Name | Description | |
---|---|---|
ByIndex | Returns the object that specifies the table column in which to search. C# Syntax public static ColumnToSearch ByIndex(uint columnIndex) Parameters
| |
ByHeader(String) | Returns the object that specifies the table column in which to search. C# Syntax public static ColumnToSearch ByHeader( string columnHeader ) Parameters
| |
ByHeader(String,UInt32) | Returns the object that specifies the table column in which to search. C# Syntax public static ColumnToSearch ByHeader( string columnHeader, uint columnHeaderOccurrence ) Parameters
|