ClassHeaderNameRenderingConverterContext
Class
Provides contextual information to header name converters, including the target worksheet and visible range, to enable context-aware header rendering.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Utilities
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
cs-api-definition
public class HeaderNameRenderingConverterContext
Inheritance: objectHeaderNameRenderingConverterContext
Properties
VisibleRange
The range of cells currently visible in the viewport, used to optimize header rendering for large worksheets.
Declaration
cs-api-definition
public CellRange VisibleRange { get; }
Property Value
The visible range.