Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / RichTextEditor Class / SetRenderDimensions Method
Width of the renderer
Height of the renderer


In This Topic
    SetRenderDimensions Method
    In This Topic
    Sets the dimensions of the renderer.
    Syntax
    'Declaration
     
    
    Public Sub SetRenderDimensions( _
       ByVal width As Integer, _
       ByVal height As Integer _
    ) 
    'Usage
     
    
    Dim instance As RichTextEditor
    Dim width As Integer
    Dim height As Integer
     
    instance.SetRenderDimensions(width, height)
    public void SetRenderDimensions( 
       int width,
       int height
    )

    Parameters

    width
    Width of the renderer
    height
    Height of the renderer
    See Also