FarPoint.Web.Spread 名前空間 > Column クラス : GetHashCode メソッド |
FarPoint.Web.Spread.Column col; col = FpSpread1.ActiveSheetView.Columns[0]; ListBox1.Items.Add(col.GetHashCode().ToString());
Dim col As FarPoint.Web.Spread.Column col = FpSpread1.ActiveSheetView.Columns(0) ListBox1.Items.Add(col.GetHashCode().ToString())