FormatSelectionRange Type
Record fields
Record Field |
Description
|
Full Usage:
EndColumn
Field type: int
|
|
Full Usage:
EndLine
Field type: int
|
|
Full Usage:
StartColumn
Field type: int
|
|
Full Usage:
StartLine
Field type: int
|
|
Constructors
Constructor |
Description
|
Full Usage:
FormatSelectionRange(startLine, startColumn, endLine, endColumn)
Parameters:
int
startColumn : int
endLine : int
endColumn : int
Returns: FormatSelectionRange
|
|