Skip to main content

XlSourceRectangle.IsDefault Property

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

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

Declaration

public 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