'Declaration
Public Function GetCommonSize( _ ByVal isRowAxis As Boolean, _ ByVal from As Integer, _ ByVal to As Integer _ ) As Integer
'Usage
Dim instance As LayoutManager Dim isRowAxis As Boolean Dim from As Integer Dim to As Integer Dim value As Integer value = instance.GetCommonSize(isRowAxis, from, to)
Parameters
- isRowAxis
- Determine axis size will be returned from row axis or column axis.
- from
- start index.
- to
- end index.