'Declaration Public Function GetColumnHeaderRectangle( _ ByVal columnViewportIndex As Integer _ ) As Rectangle
'Usage Dim instance As SpreadView Dim columnViewportIndex As Integer Dim value As Rectangle value = instance.GetColumnHeaderRectangle(columnViewportIndex)
public Rectangle GetColumnHeaderRectangle( int columnViewportIndex )
Parameters
- columnViewportIndex
- Viewport column index
Return Value
Rectangle object containing the cell rectangle of the header of the specified column