- SAP BusinessObjects Dashboards 4.1 Cookbook
- David Lai Xavier Hacking
- 204字
- 2021-07-23 19:44:00
Copying the format of one cell to another cell or range
This recipe shows you how to copy the formatting of one cell to another cell or range. For example, we can copy a yellow background and Calibri font from cell A1 to cell A2.
How to do it...
How it works...
For SAP BusinessObjects Dashboards developers, it happens very often when they have to copy colored cells that represent different types of logic such as dynamic visibility cells, insertion cells, and so on.
The Format Painter tool works by taking the source cell that you have selected and applying the formatting to the cell(s) that you paint to. This is very useful because we can copy cell formats without having to perform a Copy and Paste Special action every time.
There's more...
An alternative to accomplishing the same task is to copy a cell and then click Paste Special... and choose the Formats option from Paste.
- Learning NServiceBus(Second Edition)
- Web應用系統開發實踐(C#)
- PWA入門與實踐
- Hands-On Image Processing with Python
- 圖解Java數據結構與算法(微課視頻版)
- 神經網絡編程實戰:Java語言實現(原書第2版)
- PostgreSQL技術內幕:事務處理深度探索
- DevOps入門與實踐
- Java開發入行真功夫
- Swift 3 New Features
- R Deep Learning Cookbook
- Visual Basic程序設計教程
- Android嵌入式系統程序開發:基于Cortex-A8(第2版)
- Building Serverless Architectures
- Mockito Essentials