Public Property Let ItemExtByIndex (
ColIndex As Integer,
Optional RowIndex As Long = -1,
Optional SuppressHide As Boolean = False,
val As Variant
)
Assign the value of the display data by column and row index.
The display column index (1 ... ColCount)
The display row index (1 ... RowCount)
Not used in property assignment
Dim obj As New xf_DataListExt
obj.ItemExtByIndex ColIndex, val
obj.ItemExtByIndex ColIndex, RowIndex, SuppressHide, val
lst.ItemExtByIndex(2, 4) = 23