FarPoint.Web.Spread.Chart 名前空間 > SpreadChart クラス : CanPrint プロパティ |
FarPoint.Web.Spread.Chart.SpreadChart chart = new FarPoint.Web.Spread.Chart.SpreadChart(); chart.Model = model; chart.CanPrint = true; FpSpread1.Sheets[0].Charts.Add(chart);
Dim chart As New FarPoint.Web.Spread.Chart.SpreadChart() chart.Model = model chart.CanPrint = True FpSpread1.Sheets(0).Charts.Add(chart)