'宣言 Public Overridable Function GetBorderThickness( _ ByVal grid As C1FlexGrid, _ ByVal rng As CellRange _ ) As System.Windows.Thickness
public virtual System.Windows.Thickness GetBorderThickness( C1FlexGrid grid, CellRange rng )
パラメータ
- grid
- セルを所有する C1FlexGrid。
- rng
- セルによって表される行と列を示す CellRange。
戻り値の型
セルの境界線の太さを表す System.Windows.Thickness 値。