找回密码
 立即注册

QQ登录

只需一步,快速开始

dapsjj
初级会员   /  发表于:2016-11-4 10:38  /   查看:3417  /  回复:2
本帖最后由 dapsjj 于 2016-11-4 10:57 编辑

Spread隐藏C列后,C列消失,无法显示,无法恢复,第三幅图C列消失后,再也点不到C列了。且代码里也没有写C列被隐藏的代码。请问如何恢复显示C列?操作步骤如图所示:
全部代码如下,代码中没有对C列进行隐藏的部分:Form2.Designer.cs:
  1. namespace CustomizedLoading
  2. {
  3.     partial class Form2
  4.     {
  5.         /// <summary>
  6.         /// Required designer variable.
  7.         /// </summary>
  8.         private System.ComponentModel.IContainer components = null;

  9.         /// <summary>
  10.         /// Clean up any resources being used.
  11.         /// </summary>
  12.         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13.         protected override void Dispose(bool disposing)
  14.         {
  15.             if (disposing && (components != null))
  16.             {
  17.                 components.Dispose();
  18.             }
  19.             base.Dispose(disposing);
  20.         }

  21.         #region Windows Form Designer generated code

  22.         /// <summary>
  23.         /// Required method for Designer support - do not modify
  24.         /// the contents of this method with the code editor.
  25.         /// </summary>
  26.         private void InitializeComponent()
  27.         {
  28.             FarPoint.Win.Spread.TipAppearance tipAppearance1 = new FarPoint.Win.Spread.TipAppearance();
  29.             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form2));
  30.             this.fpSpread1 = new FarPoint.Win.Spread.FpSpread();
  31.             this.fpSpread1_Sheet1 = new FarPoint.Win.Spread.SheetView();
  32.             ((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).BeginInit();
  33.             ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet1)).BeginInit();
  34.             this.SuspendLayout();
  35.             //
  36.             // fpSpread1
  37.             //
  38.             this.fpSpread1.Location = new System.Drawing.Point(86, 31);
  39.             this.fpSpread1.Name = "fpSpread1";
  40.             this.fpSpread1.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] {
  41.             this.fpSpread1_Sheet1});
  42.             this.fpSpread1.Size = new System.Drawing.Size(417, 290);
  43.             this.fpSpread1.TabIndex = 0;
  44.             tipAppearance1.BackColor = System.Drawing.SystemColors.Info;
  45.             tipAppearance1.Font = new System.Drawing.Font("MS UI Gothic", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
  46.             tipAppearance1.ForeColor = System.Drawing.SystemColors.InfoText;
  47.             this.fpSpread1.TextTipAppearance = tipAppearance1;
  48.             this.fpSpread1.CellClick += new FarPoint.Win.Spread.CellClickEventHandler(this.fpSpread1_CellClick);
  49.             //
  50.             // fpSpread1_Sheet1
  51.             //
  52.             this.fpSpread1_Sheet1.Models = ((FarPoint.Win.Spread.SheetView.DocumentModels)(resources.GetObject("fpSpread1_Sheet1.Models")));
  53.             this.fpSpread1_Sheet1.SheetName = "Sheet1";
  54.             //
  55.             // Form2
  56.             //
  57.             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  58.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  59.             this.ClientSize = new System.Drawing.Size(624, 415);
  60.             this.Controls.Add(this.fpSpread1);
  61.             this.Name = "Form2";
  62.             this.Text = "Form2";
  63.             this.Load += new System.EventHandler(this.Form2_Load);
  64.             ((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).EndInit();
  65.             ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet1)).EndInit();
  66.             this.ResumeLayout(false);

  67.         }

  68.         #endregion

  69.         private FarPoint.Win.Spread.FpSpread fpSpread1;
  70.         private FarPoint.Win.Spread.SheetView fpSpread1_Sheet1;


  71.     }
  72. }
复制代码







第一步点击属性

第一步点击属性

第二步选择属性

第二步选择属性

第三步C列消失

第三步C列消失

2 个回复

倒序浏览
dapsjj
初级会员   /  发表于:2016-11-4 11:09:56
沙发
本帖最后由 dapsjj 于 2016-11-4 11:11 编辑

已解决:
如图:
4.png
5.png
回复 使用道具 举报
dexteryao讲师达人认证 悬赏达人认证 SpreadJS 开发认证
超级版主   /  发表于:2016-11-4 14:15:04
板凳
回复 使用道具 举报
您需要登录后才可以回帖 登录 | 立即注册
返回顶部