SPREAD for WPF 3.0J - GcSpreadGrid
PrintArea 列挙体

GrapeCity.Windows.SpreadGrid 名前空間 : PrintArea 列挙体
GcSpreadGrid の印刷に使用される印刷範囲の領域を指定します。
シンタックス
'宣言
 
Public Enum PrintArea 
   Inherits System.Enum
public enum PrintArea : System.Enum 
メンバ
メンバ解説
All[0] GcSpreadGrid 全体を印刷します。
CellRange[1] CellRange プロパティによって指定された領域を印刷します。
PageRange[2] StartPage プロパティと EndPage プロパティによって指定された範囲のページを印刷します。
継承階層

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Windows.SpreadGrid.PrintArea

参照

GrapeCity.Windows.SpreadGrid 名前空間