Beispiel #1
0
 internal RGXmlHBorder(int row, int col, int cols, RangeBorderStyle borderStyle, HBorderOwnerPosition pos)
     : base(row, col, borderStyle, XmlFileFormatHelper.EncodeHBorderOwnerPos(pos))
 {
     this.cols = cols;
 }
Beispiel #2
0
 internal RGXmlHBorder(int row, int col, int cols, ReoGridBorderStyle borderStyle, HBorderOwnerPosition pos)
     : base(row, col, borderStyle, XmlFileFormatHelper.EncodeHBorderOwnerPos(pos))
 {
     this.cols = cols;
 }
Beispiel #3
0
 internal static string EncodeHBorderOwnerPos(HBorderOwnerPosition pos)
 {
     return(pos.ToString().ToLower());
 }
Beispiel #4
0
 internal static string EncodeHBorderOwnerPos(HBorderOwnerPosition pos)
 {
     return pos.ToString().ToLower();
 }