←Select platform

StartColumn Property

Summary
Gets the starting column of the line. The columns are zero-based.
Syntax
C#
VB
Objective-C
C++
Java
public int StartColumn { get; } 
Public ReadOnly Property StartColumn As Integer 
@property (nonatomic, assign, readonly) NSInteger startColumn 
public int getStartColumn() 
public: 
property int StartColumn { 
   int get(); 
} 

Property Value

The starting column of the line. The columns are zero-based.

Example

Refer to LineRemoveCommand.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.