Sort Score
Result 10 results
Languages All
Labels All
Results 1 - 2 of 2 for

deleteblankoptions drawingsasblank

(0.1 sec)
  1. DeleteBlankRows() is deleting rows even if it h...

    Ideally, according to the documentation, DeleteBlankRows() should delete only rows which are empty i.e. the rows which does not have any content, images, charts, comments etc… But in the attached file below, Even the r…...MoveAndSize; } DeleteBlankOptions options = new DeleteBlankOptions(); options...options.DrawingsAsBlank = false; wb.Worksheets[0].Cells.Delet...

    forum.aspose.com/t/deleteblankrows-is-deleting-...
  2. DeleteBlankRows() is deleting rows even if it h...

    Ideally, according to the documentation, DeleteBlankRows() should delete only rows which are empty i.e. the rows which does not have any content, images, charts, comments etc… But in the attached file below, Even the r…...rows/columns: DeleteBlankOptions.DrawingsAsBlank For compatibility...DeleteBlankRows(new DeleteBlankOptions() { DrawingsAsBlank = false });...

    forum.aspose.com/t/deleteblankrows-is-deleting-...