Skip to main content
A newer version of this page is available. .

XlSourceRectangle.IsDefault Property

Gets whether properties of the current XlSourceRectangle object are set to 0.

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v20.2.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

public readonly bool IsDefault { get; }

Property Value

Type Description
Boolean

true, if the XlSourceRectangle object’s properties have the default value 0; otherwise, false.

Remarks

If values of the XlSourceRectangle.Left, XlSourceRectangle.Right, XlSourceRectangle.Top and XlSourceRectangle.Bottom properties of the specified XlSourceRectangle object are equal to 0, the IsDefault property returns true. Otherwise, it returns false.

See Also