PdfRpt.FluentInterface.InlineFieldBuilder.DrawOnCell C# (CSharp) 메소드

DrawOnCell() 공개 메소드

It will be called at the end of the cell's rendering.
public DrawOnCell ( System cell ) : void
cell System
리턴 void
        public void DrawOnCell(System.Action<InlineFieldData> cell)
        {
            _builder.DrawOnCell = cell;
        }