The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
But I can't set position image. Image always has position Row= 5, Column=5. How I can set position for Image?
KBKanimozhi Bharathi Syncfusion Team October 27, 2016 11:10 AM UTC
Hi Berezkin Gena,
You can position an image in spreadsheet by adjusting the Top and Left position of the ShapeImpl with change in row and column position. Please find the code example for your reference,
var shape = spreadsheetControl.AddImage(worksheet, newRowColumnIndex(5, 8), stream);