Class ContentSelectionInfo
Offers additional information regarding the current selection
Inheritance
System.Object
    ContentSelectionInfo
  Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: Sdl.TranslationStudioAutomation.IntegrationApi
Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
Syntax
public class ContentSelectionInfoProperties
CursorPosition
The cursor position.
Declaration
public long CursorPosition { get; }Property Value
| Type | Description | 
|---|---|
| System.Int64 | 
RowNumber
The row number identifies this row in the the layout and is unique to each row in the control. ///
Declaration
public int RowNumber { get; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
Remarks
Rows are numbered sequentially. Not all rows need to be visible at all times, which could mean that there may be gaps in the visible row numbers for a control. The row number should be the same for rows with corresponding content ranges in different edit controls(e.g. in the source and target controls in a side-by-side editor).
SegmentId
Identifier for the segment pair.
Declaration
public string SegmentId { get; }Property Value
| Type | Description | 
|---|---|
| System.String |