Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / SpreadView Class / GetCellRect Method


In This Topic
    GetCellRect Method
    In This Topic
    Syntax
    'Declaration
     
    Public Function GetCellRect( _
       ByVal row As Integer, _
       ByVal column As Integer _
    ) As Rect
    'Usage
     
    Dim instance As SpreadView
    Dim row As Integer
    Dim column As Integer
    Dim value As Rect
     
    value = instance.GetCellRect(row, column)
    public Rect GetCellRect( 
       int row,
       int column
    )

    Parameters

    row
    column
    See Also