
The date of this release was: 2016-04-28.
This software has been released like a maintenance release.
This software come with this changes.
tutorials, tips, tricks, commands, programming, linux, windows, database, sql, python, programming language, Fedora, drawing, painting, tutorial, tutorials

 Labels:
2016,
2016 news,
Fedora,
Fedora 24,
linux tools,
news,
VirtualBox
Labels:
2016,
2016 news,
Fedora,
Fedora 24,
linux tools,
news,
VirtualBox
  Dim myDoc As Object
  Dim mySheet As Object
  Dim myCell As Object
  Dim myRange As Object
  Dim myFlags As Long
 
  myDoc = ThisComponent
  mySheet = myDoc.Sheets(0) ' Refers to Sheet1 as in 0, 1, 2 etc
  myRange = mySheet.getCellRangeByName("A3:B10")
 
  myFlags = com.sun.star.sheet.CellFlags.VALUE + _
      com.sun.star.sheet.CellFlags.DATETIME + _
      com.sun.star.sheet.CellFlags.STRING + _
      com.sun.star.sheet.CellFlags.ANNOTATION + _
      com.sun.star.sheet.CellFlags.FORMULA + _
      com.sun.star.sheet.CellFlags.HARDATTR + _
      com.sun.star.sheet.CellFlags.STYLES + _
      com.sun.star.sheet.CellFlags.OBJECTS + _
      com.sun.star.sheet.CellFlags.EDITATTR
 
  myRange.clearContents(myFlags)  Labels:
2016,
2016 news,
LibreOffice,
linux,
linux tools,
open-source,
windows
Labels:
2016,
2016 news,
LibreOffice,
linux,
linux tools,
open-source,
windows
 Labels:
2016,
HTML 5,
linux,
script,
tutorial,
tutorials,
web development,
windows
Labels:
2016,
HTML 5,
linux,
script,
tutorial,
tutorials,
web development,
windows