Row.GetCellByColumnName Method
/// Retreive cell that is in column specified
///
Public Function GetCellByColumnName( _
ByVal columnName As String _
) As Cell
This language is not supported or no code example is available.
public Cell GetCellByColumnName(
string columnName
)
This language is not supported or no code example is available.
public:
Cell^ GetCellByColumnName(
String^ columnName
)
This language is not supported or no code example is available.
public function GetCellByColumnName(
columnName : String
) : Cell;
This language is not supported or no code example is available.
Parameters
-
columnName
-
string
Column letter or defined name
Return Value
Cell
Matching cell or null if not found
.NET Framework
Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8