INamedRange
ValueR1C1 Property
|
Gets named range formula in R1C1 style. Read only.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
string ValueR1C1 { get; }
ReadOnly Property ValueR1C1 As String
Get
property String^ ValueR1C1 {
String^ get ();
}
abstract ValueR1C1 : string with get
Property Value
Type:
String
See Also