'Declaration Public Overrides NotOverridable ReadOnly Default Property Item( _ ByVal columnName As String _ ) As String
public override string this[ string columnName ]; {get;}
Parameters
- columnName
- Name of the column, such as "Task Mode" or "Duration".