XmlRange
Overview
Position info for a node.
Location
-
Reference:
- Elements.dll .NET, .NET Core 6.0, .NET Standard 2.0
- elements.jar Cooper
- Elements.fx Island, ToffeeV2
- libElements.fx Toffee
- Namespace: RemObjects.Elements.RTL
- Platforms: .NET, .NET Core 6.0, .NET Standard 2.0, Cooper, Island, Toffee, ToffeeV2
Properties
EndColumn
End of this nodes column.
property EndColumn: Int32 read write;
Int32 EndColumn { get; set; }
var EndColumn: Int32 { get{} set{} }
Integer EndColumn { __get; __set; }
Property EndColumn() As Int32
EndLine
End of this nodes line.
property EndLine: Int32 read write;
Int32 EndLine { get; set; }
var EndLine: Int32 { get{} set{} }
Integer EndLine { __get; __set; }
Property EndLine() As Int32
StartColumn
Start of this nodes column.
property StartColumn: Int32 read write;
Int32 StartColumn { get; set; }
var StartColumn: Int32 { get{} set{} }
Integer StartColumn { __get; __set; }
Property StartColumn() As Int32
StartLine
Start of this nodes line.
property StartLine: Int32 read write;
Int32 StartLine { get; set; }
var StartLine: Int32 { get{} set{} }
Integer StartLine { __get; __set; }
Property StartLine() As Int32
Instance Methods
FillRange
Sets the values in this range.
Parameters:
- aStartLine:
- aStartColumn:
- aEndLine:
- aEndColumn: