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