'宣言
Function GetLeftBorderLine( _ ByVal row As Integer, _ ByVal column As Integer _ ) As BorderLine
BorderLine GetLeftBorderLine( int row, int column )
パラメータ
- row
- 行インデックス。
- column
- 列インデックス。
戻り値の型
指定したセルの左罫線を示す GrapeCity.Windows.SpreadGrid.BorderLine。
'宣言
Function GetLeftBorderLine( _ ByVal row As Integer, _ ByVal column As Integer _ ) As BorderLine
BorderLine GetLeftBorderLine( int row, int column )