Example #1
0
 internal RGXmlVBorder(int row, int col, int rows, RangeBorderStyle borderStyle, VBorderOwnerPosition pos)
     : base(row, col, borderStyle, XmlFileFormatHelper.EncodeVBorderOwnerPos(pos))
 {
     this.rows = rows;
 }
Example #2
0
 internal RGXmlVBorder(int row, int col, int rows, ReoGridBorderStyle borderStyle, VBorderOwnerPosition pos)
     : base(row, col, borderStyle, XmlFileFormatHelper.EncodeVBorderOwnerPos(pos))
 {
     this.rows = rows;
 }
Example #3
0
 internal static string EncodeVBorderOwnerPos(VBorderOwnerPosition pos)
 {
     return(pos.ToString().ToLower());
 }
Example #4
0
 internal static string EncodeVBorderOwnerPos(VBorderOwnerPosition pos)
 {
     return pos.ToString().ToLower();
 }