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

XlCellPosition.IsValid Property

Gets whether the XlCellPosition instance denotes a valid position.

Namespace: DevExpress.Export.Xl

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

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

Declaration

public readonly bool IsValid { get; }

Property Value

Type Description
Boolean

True if the position is valid; otherwise, false.

See Also