XlsConditionalFormats
AddressR1C1 Property
|
Represents address of cf ranges in R1C1 notation.
Namespace:
Spire.Xls.Core.Spreadsheet.Collections
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public string AddressR1C1 { get; }
Public ReadOnly Property AddressR1C1 As String
Get
public:
property String^ AddressR1C1 {
String^ get ();
}
member AddressR1C1 : string with get
Property Value
Type:
String
See Also