GrapeCity.Xaml.SpreadSheet.Data Namespace > CellRange Class : GetIntersect Method |
'Declaration Public Shared Function GetIntersect( _ ByVal cellRange1 As CellRange, _ ByVal cellRange2 As CellRange, _ ByVal maxRowCount As Integer, _ ByVal maxColumnCount As Integer _ ) As CellRange
'Usage Dim cellRange1 As CellRange Dim cellRange2 As CellRange Dim maxRowCount As Integer Dim maxColumnCount As Integer Dim value As CellRange value = CellRange.GetIntersect(cellRange1, cellRange2, maxRowCount, maxColumnCount)
public static CellRange GetIntersect( CellRange cellRange1, CellRange cellRange2, int maxRowCount, int maxColumnCount )
Target Platforms: Windows Server 2012, Windows RT