'Usage Dim instance As LayoutRows Dim row As Integer Dim value As LayoutRow value = instance.Item(row)
Parameters
- row
- Index of layout row
'Usage Dim instance As LayoutRows Dim row As Integer Dim value As LayoutRow value = instance.Item(row)
Exception | Description |
---|---|
System.IndexOutOfRangeException | Specified row index is out of range. It must be less than the row count or -1 for all. |