Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView Class / GetColumnRectangle Method


In This Topic
    GetColumnRectangle Method
    In This Topic
    Gets the rectangle of the column.
    Syntax
    'Declaration
     
    
    Public Function GetColumnRectangle( _
       ByVal rowViewportIndex As Integer, _
       ByVal columnViewportIndex As Integer, _
       ByVal column As Integer _
    ) As Rectangle
    'Usage
     
    
    Dim instance As SpreadView
    Dim rowViewportIndex As Integer
    Dim columnViewportIndex As Integer
    Dim column As Integer
    Dim value As Rectangle
     
    value = instance.GetColumnRectangle(rowViewportIndex, columnViewportIndex, column)

    Parameters

    rowViewportIndex
    columnViewportIndex
    column
    See Also