In a B4A application, in a B4XTable, I need to have a cell background color changed to Red color (for example).
This cell is supposed to maintain its background color till a decision to change it.
The issue I need to address is that :
- after the respective cell's background was changed to a...
Muy buenas, este es mi primer POST,
Creo que se entiende, Cuando alineo los Datos a la Izquierda (LEFT):
Dim column0 As B4XTableColumn = tableName.GetColumn("NOMBRE")
Dim pn0 As B4XView = column0.CellsLayouts.Get(0)
pn0.GetView(0).SetTextAlignment("CENTER", "LEFT".ToUpperCase)
Este caso el...
Hello,
I recently discovered the jpoi library, and that seems wonderfull.
I am facing a problem I really don't understand.
I need to create cells using different style
Sub Process_Globals
Dim wb As PoiWorkbook
Dim sheet1 As PoiSheet
Dim Ter_number As String
Dim Ter_Name As...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.