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 string ValueR1C1 { get; }
Public ReadOnly Property ValueR1C1 As String
	Get
public:
virtual property String^ ValueR1C1 {
	String^ get () sealed;
}
abstract ValueR1C1 : string with get
override ValueR1C1 : string with get

Property Value

String

Implements

INamedRange..::..ValueR1C1

See Also