get_text_range_format
Description:
[ Version ( since = "0.72" ) ]
public string? get_text_range_format (Format format, long start_row, long start_col, long end_row, long end_col, out size_t length)
public string? get_text_range_format (Format format, long start_row, long start_col, long end_row, long end_col, out size_t length)
Returns the specified range of text in the specified format.
Parameters:
| this |
a Terminal |
| format |
the Format to use |
| start_row |
the first row of the range |
| start_col |
the first column of the range |
| end_row |
the last row of the range |
| end_col |
the last column of the range |
| length |
a pointer to a size_t to store the string length |
Returns:
|
a newly allocated string, or |