FarPoint.Win.SpreadJ アセンブリ > FarPoint.Win.Spread 名前空間 > SpreadView クラス > GetViewportHeight メソッド : GetViewportHeight(Int32,Boolean) メソッド |
'Declaration
Public Overloads Function GetViewportHeight( _ ByVal rowViewportIndex As Integer, _ Optional ByVal includeGrayArea As Boolean _ ) As Integer
'使用法
Dim instance As SpreadView Dim rowViewportIndex As Integer Dim includeGrayArea As Boolean Dim value As Integer value = instance.GetViewportHeight(rowViewportIndex, includeGrayArea)
public int GetViewportHeight( int rowViewportIndex, bool includeGrayArea )