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

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public RangesCollection EntireRow { get; }
Public ReadOnly Property EntireRow As RangesCollection
	Get
public:
property RangesCollection^ EntireRow {
	RangesCollection^ get ();
}
member EntireRow : RangesCollection with get

Property Value

RangesCollection

See Also