How to get Excel cell color in VB.net? -


i want read color of excel cell using vb.net. have used xlctssheet.cells(row, col).style.interior.color property gives me number.

what property need use color of cell?

the number seeing is color. here typical colorindex equivalents:

enter image description here


Popular posts from this blog

c# - ODP.NET Oracle.ManagedDataAccess causes ORA-12537 network session end of file -

utf 8 - split utf-8 string into bytes in python -

matlab - Compression and Decompression of ECG Signal using HUFFMAN ALGORITHM -