Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public byte AlignWithMargins { get; set; }
Public Property AlignWithMargins As Byte
	Get
	Set
public:
property unsigned char AlignWithMargins {
	unsigned char get ();
	void set (unsigned char value);
}
member AlignWithMargins : byte with get, set

Property Value

Byte

See Also