Public Property Let ItemExtByColName ( ColumnName As String, Optional RowIndex As Long = -1, Optional SuppressHide As Boolean = False, val As Variant )
Return the display data by column name and row index.
ColumnName as String
The display column name
Optional RowIndex as Long = -1
The display row index (1 ... RowCount)
Optional SuppressHide as Boolean = False
Don't hide repeat values even if this function is turned on.
val as Variant
(no description)
Call Template:
Dim obj As New xf_DataListExt
obj.ItemExtByColName ColumnName, val
obj.ItemExtByColName ColumnName, RowIndex, SuppressHide, val