SpanGrid.GetInterval Method

Gets the interval at row y and column pos
Public Function GetInterval( _ 
ByVal y As Integer, _ 
ByVal pos As Integer
) As Interval
This language is not supported or no code example is available.
public Interval GetInterval( 
int y
int pos 
)
This language is not supported or no code example is available.
public:  
Interval^ GetInterval( 
int y
int pos 
)
This language is not supported or no code example is available.
public function GetInterval( 
y : int
pos : int 
) : Interval;
This language is not supported or no code example is available.

Parameters

y
int

pos
int

Return Value

Interval

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8

In this article

Definition