| 
PageSetup
GridType Property
  | 
 Gets or Sets the grid type of this section.
 Namespace:
 Spire.Doc
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public GridPitchType GridType { get; set; }
 
Public Property GridType As GridPitchType
	Get
	Set
 
public:
property GridPitchType GridType {
	GridPitchType get ();
	void set (GridPitchType value);
}
 
member GridType : GridPitchType with get, set
 
 
 
Property Value
 
 Type:
 
GridPitchType
 
 
 See Also
See Also